home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00276.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  232 b   |  12 lines

  1. on mouseUp
  2.   global end, vidCredits, viewed
  3.   if (the movieTime of sprite 5 > (end - 100)) or (viewed = 1) then
  4.     unsetQT(5)
  5.     if vidCredits > 0 then
  6.       go(marker(1))
  7.     else
  8.       go("VIDROOM EXIT")
  9.     end if
  10.   end if
  11. end
  12.